dd350642e5be7767c373822300a5b450d80e6d54,src/main/java/org/aksw/agdistis/experiment/TextDisambiguation_DBpedia.java,TextDisambiguation_DBpedia,accuracy,#String#Corpus#NEDAlgo_HITS#number#number#BufferedWriter#,50
Before Change
for (Document document : corpus) {
// long startTime = System.currentTimeMillis();
try {
System.gc();
log.info("Text: " + documentId);
if (0 < document.getProperty(DocumentText.class).getText().length()) {
algo.run(document, threshholdTrigram, maxDepth);
After Change
double t = 0, n = 0;
int documentId = 0;
for (Document document : corpus) {
System.gc();
// long startTime = System.currentTimeMillis();
try {
System.gc();